home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $VER: DeleteFile.bed 1.0 (17.04.96)
- **
- ** Simple script to delete a file, I really missed this option :)
- **
- ** Written by Gerbert Nuijen
- */
-
- OPTIONS RESULTS
-
- GetFilePath PATH
- fpath = RESULT
-
- 'RequestFile TITLE="Delete File..." OKGADGET=Delete PATH=' || fpath
- ADDRESS COMMAND 'Delete ' || RESULT || ' QUIET'
-
-